home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adobe Graphics & Publishing SDK 1996 December
/
Adobe Graphics & Publishing SDK 1996 December.iso
/
pc
/
pm65sdk
/
sourcecode
/
pagemakerclasslibrary
/
queries
/
pgetpageoptions.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-04
|
559b
|
28 lines
/*
*--- PGetPageOptions.h ---------------------------------------------------
* Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
* Created on Thu, Oct 12, 1995 @ 10:11 PM by Paul Ferguson.
*
* Description:
*-------------------------------------------------------------------------
*/
#ifndef __PGetPageOptions__
#define __PGetPageOptions__
#include "PMTypes.h"
class PGetPageOptions
{
public:
PGetPageOptions();
PMBool bDoubleSided;
PMBool bFacingPages;
};
#endif
// end of PGetPageOptions.h